@import url("http://fonts.googleapis.com/css?family=Sora:400,300,700,900");


body {
    font-family: 'Sora', sans-serif !important;
  }

h1 {
    font-weight: 900;
    font-size: 3rem !important;
}

h2 {
    font-weight: 900;
    font-size: 20px !important;
}

a {
    border-radius: 1000px !important;
}

.btn.primary {
    border-radius: 1000px !important;
}


@media only screen and (max-width: 439px) {
    body {
        background-color:#ffffff !important;
    }
    .wrapper-mobile {
        height: 50%;
    }
    
    .navbar.navbar-expand.navbar-light.bg-light .hehe {
        margin-bottom: 100px;
    }
  }

@media only screen and (min-width: 440px) {
    .wrapper-mobile {
        margin-right: auto;
        margin-left: auto;
        max-width: 400px; /* or 950px */
        height: 100vh;
      }
  }


.primary {
    background-color: #0F52BA;
}

.btn.role {
    background-color: #FFFFFF;
    opacity: 100%;
    border: none;
    border-radius: 24px;
    color: #0F52BA;
    font-weight: 800;
    font-size: 10px;
}

.btn.primary:hover{
    background-color: #EFC456;
}

.soft-white {
    background-color: rgb(228, 228, 228);
}

.form-control-sm {
    border: solid 1px #b4b4b4 !important;
    background-color: #f2f7fd;
}

.form-control {
    border: solid 1px #b4b4b4 !important;
    background-color: #f2f7fd !important;   
}

select {
    border: solid 1px #b4b4b4 !important;
    background-color: #f2f7fd !important;   
}

.pre-scrollable {
    max-height: 100vh !important;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    
    border-radius: 20px !important;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
    
    border-radius: 20px !important;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

p.caption {
    line-height: 1%;;
    font-size: 10px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

h5 {
    font-weight: 700 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

h6 {
   font-weight: 700 !important;
   padding-right: 0px !important;
   padding-left: 0px !important;
}

.wrapper-mobile.bg-white { 
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.wrapper-mobile.bgprimary { 
    background-color: #0F52BA;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-y: hidden;
}

.nav.nav-pills {
    column-gap: 8px;
    row-gap: 8px;
}

img.produk {
    height: 24vh !important;
    width: 100% !important;
    object-fit: cover !important;
}

.card-img-top {
    width: 100%;
    height: 28vw;
    object-fit: cover;
}

.img-profile {
    width: 50%;
    height: 12vw;
    object-fit: cover;
    border-radius: 100% !important;
}

p.text-sm {
    font-size: 12px;
}


.underline-none {
    text-decoration: none !important;
}

.card {
    background-color: #f5f9ff;
    border : 0px;
    text-decoration: none !important;
}
.card-body {
    padding: 8px !important;
    height: fit-content !important;
}

.nav-link {
    background-color: #ffffff !important;  
    color: #767676;  
    margin-right: 8px;
}


.nav-link.active {
    background-color: #DFEDF9 !important;
    color: #0F52BA !important;
}

.nav.nav-tabs {
    border: none;
}


.list-data-motor {
    background-color: transparent;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px !important;
    list-style-type: none;
}

.text-success {
    color: #11c632 !important;
}